@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Anton&family=Anton+SC&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pacifico|Open+Sans:300');
    body{
background-image: url('https://images.pexels.com/photos/414171/pexels-photo-414171.jpeg');
      overflow:auto;
    }
    #main {
        opacity:0.9;
        background: #fff;
        height:auto;


    }
* {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
     -webkit-transition:0.2s !important;
}
* {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
     -webkit-transform:0.2s !important;
}
* {
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
     -webkit-animation:0.2s !important;
}

.video-responsive{
    width:100%;
    height:100%;
    size:auto;
}

/* Nav Button */
.navMenu-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
}

/* The Overlay (background) */
.overlay-1 {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0%;
    width: 100%;
    position: absolute; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #eef2f3; 
    overflow: auto;
    transition: 0.5s;
}

/* Position the content inside the overlay */
.overlay-content-1 {
    position: relative;
    top: 10%;
    left:15%;
    width: 70%;
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay-1 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff !important;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
		text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

/* When you mouse over the navigation links, change their color */
.overlay-1 a:hover, .overlay-1 a:focus {
    color: #999 !important;
}

/* Position the close button (top right corner) */
.closebtn-1 {
    position: absolute;
    color:black;
    background-color:black;
    top: 1%;
    right: 5%;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

----Pricing Box ------
*, *:before, *:after {
  box-sizing: inherit;
}


.pricing-container {
  margin: 0 auto;
  padding: 0% 0% 0% ;
  max-width: 100%;
  width: 100%;
}

.pricing-panel {
  background-color: #0000;
  border-radius: 0px;
  border:0px;
  padding: 0px 50px;
  position: absolute;
  width: auto;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px ;
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 50%;
}

.pricing-header {
 color: #FFB75E;  /* fallback for old browsers */
color: -webkit-linear-gradient(to right, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
color: linear-gradient(to right, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  font-weight: 600;
  letter-spacing: 1px;
}

.pricing-features {
 color: #B24592;  /* fallback for old browsers */
color: -webkit-linear-gradient(to right, #F15F79, #B24592);  /* Chrome 10-25, Safari 5.1-6 */
color: linear-gradient(to right, #F15F79, #B24592); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #016FF9;
  display: block;
  font-size: auto;
  font-weight: auto;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}

.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  }
.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  max-width: 100%;
}
.button-2{
    color:black;
    background:white;
}
.button-2:hover{
    color:white;
    background:black;
}
.module-border-wrap {
  max-width: 100%;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, red, purple);
  padding: 3px;
}

.module {
  background: #fff;
  color: white;
  padding: 2rem;
}
* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 0px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 white
}

.price .header {
background: #FF416C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: black;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

.inp01{ 
width:100%;
border:0px transparent;
}

.inp02{ 
width:100%;
border:1px solid transparent;
background:transparent;
color: #ffa751;
font-family: "Concert One", sans-serif;
  font-size:35px;
}

.inp03{
position:fixed;
border:0px transparent;
width:30%;
}

.tx01{
width:100%;
height:120px;
border:0px transparent;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-butto {
  background: #ffb347;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #ffcc33, #ffb347);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #ffcc33, #ffb347); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: white;
  padding: 10px 20px;
transition:0.2s;
  border: none;
border-radius:0px;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
}

.open-butto:hover {
background: #FDC830;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color:white;
}

/* Add styles to the form container */
.form-containe {
  width: 100%;
  padding: 0px;
height:800px;
overflow:auto;
  background-color: white;
}

.wrappee {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  width: 350px;
  margin: 1rem;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.card1 {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: #D4D3DD;
color:black;
  border-radius: 0.5rem;
  position: relative;
  width: 350px;
  margin: 1rem;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
  position: absolute;
left:0px;
border-radius:5px;
height:15rem;
  width: 100%;
}

.banner-img1 {
  position: absolute;
  object-fit: fill;
left:0px;
border-radius:5px;
height:15rem;
  width: 100%;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}

.popular {
  background: #ef257a;
}

.technology {
  background: #ff5e62;
}

.psychology {
  background: #7F00FF;
}

.card-body {
  margin: 15rem 1rem 1rem 1rem;
}

.blog-hashtag {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d97b2;
}

.blog-title {
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
}

  .blog-title-1{
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
}

.blog-description {
  color: #616b74;
  font-size: 0.9rem;
}

.blog-description1 {
  color: black;
font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
}

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 1rem;
}

.profile-followers {
  color: #616b74;
  font-size: 0.9rem;
}
.w3-modal{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow-y: initial !important;
}
.w3-modal-content{
width: 100%;
}
.w3-container{
  width: 100%;
  border-radius: 5px;
  background:#fff;
}
.w3-button{
 float: right;
  top: 20px;
  right: 30px;
border:0px black solid;
background: black;
border-radius:5px;
padding:5px 8px 5px 8px;
  transition: all 200ms;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}
.button-11{
color:white;
font-family: "Pacifico", cursive;
background: #ff5e62;
transition:0.5s;
border-radius:5px;
border:transparent solid 1px;
letter-spacing:2px;
}
.button-11:hover{
background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color:#000;
letter-spacing:5px;
}
  
 .button-001{
  background:#642B73;
   color:black;
   width:400px;
   border:0px transparent;
   border-radius:5px;
   letter-spacing:2px;
   transition:0.5s;
  }
  .button-001:hover{
  background:#cbb4d4;
   color:white;
   letter-spacing:5px;
   transition:0.5s;
  }

.button-70{
font-size:20px;
background: #cb2d3e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ef473a, #cb2d3e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color:white;
letter-spacing:2px;
border:0px transparent;
border-radius:5px;
transition:0.5s;
}
.button-70:hover{
background: #e53935;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #e35d5b, #e53935);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #e35d5b, #e53935); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color:white;
  box-shadow: 5px 5px white;
  transition:0.5s;
letter-spacing:5px;
}
///form///
 .body{
    background: #D3CCE3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 }

  .input{
    height:50px;
    width:100%;
    border-radius: 5px;
    border: 0px transparent;
    font-size: 25px;
color:black;
    background:#f3f3f3;
    font-family: "Montserrat", sans-serif;
  }
  .textarea{
    height:200px;
    float: left;
    background:#f3f3f3;
    border-radius: 5px;
    border: 0px transparent;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    font-size: 25px;
  }
  input[type=checkbox]{
  accent-color:#eacda3;
    appearance: checkbox;
    vertical-align: middle;
    position: relative; 
    margin-left: auto;
    bottom: 5px; 
    float:left;
    font-size: 15px;
    display: inline;
    width:18px;
    height: 18px;
  }

  .optch{  
    font-family: "Montserrat", sans-serif; 
    font-size: 18px;
    position: relative; 
    margin-left: auto;
    bottom:5px;
    left:25px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 5px;
  }
  .label101{
   font-family: "Pacifico", cursive; 
  font-size: 25px;
float:left;
left:0px;
color:black;
  }

  .serviceform{
    padding: 5% 5%;
  }
  
  .buttesh{
  background: #DA4453;
    color: white;
    padding: 10px 35px;
    float: left;
    width:100%;
    font-size: 20px;
    font-family: "Montserrat", sans-serif; 
    letter-spacing: 2px;
    transition: 0.3s;
    border-radius: 5px;
    border: 0px transparent;
  }
  .buttesh:hover{
 background: #f04859; 
    color: white;
    letter-spacing: 5px;
    transition: 0.3s;
  }

 .buttesh01{
 background: #DA4453;
    color: white;
    padding: 10px 35px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif; 
    letter-spacing: 2px;
    transition: 0.3s;
    border-radius: 5px;
    border: 0px transparent;
  }
  .buttesh01:hover{
 background: #f04859; 
    color: white;
    transition: 0.3s;
  }

/////////////Form Style/////////////
#capt {
	width: 100%;
	height: 72px;
font-size:37px;
	background-color: transparent;
	padding: 5px;
	border: none;
	letter-spacing: 0px;
	float: left;
	color: black;
	border-radius: 5px 0 0 5px;
}
#refresh {
	float: left;
	background-color: transparent;
	height: 82px;
border:0px;
	border-radius: 5px;
}
#refresh img {
	margin-top: 20px;
	cursor: pointer;
}
.inp02{ 
width:100%;
border:1px solid transparent;
background:transparent;
letter-spacing:5px;
color: black;
font-family: "Concert One", sans-serif;
  font-size:35px;
}

#popup2{
    display: none;
}
.popup2-container{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.popup2{
   background: #fff;
   color:black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px 30px;
    width: 50%;
    border-radius: 5px;
}
.close-popup2{
    display: flex;
    justify-content: flex-end;
}
.close-popup2 a{
    font-size: 1.2rem;
    background-color: rebeccapurple;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
}
.popup > h2{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.popup2 > p{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.popup2-btn{
    display: inline-block;
    text-decoration: none;
    border: 2px solid rebeccapurple;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 10px 0px;
    transition: .2s all ease-in;
}
.popup2-btn:hover{
    background-color: rebeccapurple;
    color: #fff;
}
  .studioimage{
  width:100%;
    height:auto;
      transition: .5s ease;
  backface-visibility: hidden;
  }
.containerx:hover .studioimage {
  opacity: 0.3;
  background: #DA4453;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #89216B, #DA4453);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #89216B, #DA4453); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height:auto;
}

.containerx:hover {
  opacity: 1;
  background: #DA4453;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #89216B, #DA4453);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #89216B, #DA4453); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:white;
   height:100%;
}
  .containerx {
     color:transparent;
  position: relative;
  width: 100%;
    height:100%;
}
  .centered {
    font-family: "Concert One", sans-serif;
    opacity:0.7;
 background: #DA4453;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #89216B, #DA4453);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #89216B, #DA4453); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height:100%;
    width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .svgimage{
    font-weight:bold;
    max-width:60%;
    height:auto;
    position: absolute;
    color:white;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
    .dropdown-content{
  width:100%;
  }
  
  ::selection {
  color: white;
  background: #DA4453;
}

.sbtn{
 background: #cb2d3e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ef473a, #cb2d3e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 width: 100%;
  font-family: "Concert One", sans-serif;
  font-size: 18px;
  font-weight: 400;
color:white;
border: 0px solid transparent;
border-radius: 5px;
 transition: 1s;
}
.sbtn:hover{
  letter-spacing: 5px;
  transition: 1s;
  background: #e53935;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #e35d5b, #e53935);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #e35d5b, #e53935); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.input001{
  width:100%;
border:0px solid black;
background:white;
color: #000;
font-family: "Concert One", sans-serif;
  font-size:20px;
}
.letter-text{
  font-family: "Anton SC", sans-serif;
  font-size: 18px;
}
  .plugin-bg1{
  background: transparent;
    padding:2% 10%;
    border-radius:5px;
  }
  
  hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    top:0px;
    font-size:30px;
    border: none;
    border-top: medium double #fff;
    color: #ff5252;
    text-align: center;
}
hr.style-eight:after {
    content: "\2661";
    display: inline;
    position: relative;
    top: -0.9em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: black;
} 
  
    hr.style-zero {
    overflow: visible; /* For IE */
    padding: 0;
    top:0px;
    font-size:30px;
    border: none;
    border-top: medium double #fff;
    color: #ff5252;
    text-align: center;
}
hr.style-zero:after {
    content: "\00A7";
    display: inline;
    position: relative;
    top: -0.9em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: black;
} 
  
  .hr101{
  overflow: visible; /* For IE */
    padding: 0;
    top:0px;
    border: none;
    border-top: medium double #fff;
    color: #ff5252;
    text-align: center;
  }

.hr101:after {
    content: "\292B";
    display: inline;
    position: relative;
    top: -0.9em;
    font-size: 2.0em;
    padding: 0 0.5em;
    background: black;
}
  .blogger{
  color:#000; 
    font-family:"Dancing Script", cursive;
  }

  .plugin-bg{
  background: #F2F2F2;
    padding:2% 10%;
    border-radius:5px;
  }
    hr.style-ten {
    overflow: visible; /* For IE */
    padding: 0;
    top:0px;
    font-size:30px;
    border: none;
    border-top: medium double #333;
    color: #ff5252;
    text-align: center;
}
hr.style-ten:after {
    content: "\2661";
    display: inline;
    position: relative;
    top: -0.9em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
  
  .sbtn1{
background: white;
 width: 100%;
  font-family: "Concert One", sans-serif;
  font-size: 18px;
  font-weight: 400;
color:black;
border: 2px solid black;
border-radius: 5px;
 transition: 1s;
}
.sbtn1:hover{
  letter-spacing: 5px;
  transition: 1s;
  background: black;
  color:white;
}
  .iwrite ul{
      display:inline-block; 
  }
    .iwrite a{
      display:inline-block; 
  }
  .iwrite span {
  padding: 10px;
  margin: -10px;
  background-image: linear-gradient(
      to bottom right,
      transparent 50%,
      #8f94fb 50%
    ),
    linear-gradient(#8f94fb, #8f94fb),
    linear-gradient(to top left, transparent 50%, #8f94fb 50%);
  background-repeat: no-repeat;
  background-size: 10px 40px, calc(100% - 20px) 40px, 10px 40px;
  background-position: left center, center, right;
    transition:0.4s;
}
  .iwrite span:hover{
    color:white;
   background-image: linear-gradient(
      to bottom right,
      transparent 50%,
     #FC466B 50%
    ),
    linear-gradient(#FC466B, #FC466B),
    linear-gradient(to top left, transparent 50%, #FC466B 50%);
  background-repeat: no-repeat;
  background-size: 10px 40px, calc(100% - 20px) 40px, 10px 40px;
  background-position: left center, center, right;
    transition:0.4s;
}
  }
  
  -------------------/*PopUp HTW */----------------------
  
.modeless{
  position:relative; 
  width: 50%;
  border-radius:10px;
  border: 0px transparent;
}

  .modeless-content{
        border-radius:10px;
  border: 0px transparent;
  }
  
.close-modeless {
  position:relative;
  float:right;
  font-size: 15px;
  top:10px;
  right:10px;
  font-weight: bold;
  cursor: pointer;
}
  
  #modeless{
    position:absolute;
  width:90%;
    height:auto;
        border-radius:10px;
  border: 0px transparent;
  }
  dialog{
    border-radius:10px;
  border: 0px transparent;
  }
  .listen-on{
  display:inline-block;
    position:relative;
    width:100%;
    height:auto;
  }
  .listen-on a{
    display:inline;
     position:relative;
    width:10%;
    height:30px;
  }
  .listen-on img{
     position:relative;
    margin-right:5%;
    margin-bottom:20px;
    width:auto;
    height:40px;
  }
  
  
  ///Accordion////
  .accordion__wrapper {
    background-color: black;
    width: 100%;
}

.accordion__wrapper h1{
  font-family: "Concert One", sans-serif;
  color:white;
  font-size:25px;
  font-weight:700;
}

.accordion__question{
    font-size: 22px;
    font-weight: 600;
    color: white;
  text-align:left;
    width:100%;
    /* Transition & Box Shadow */
--transition: 0.4s ease-in-out; 
--shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05); 
}

.accordion__answer{
    padding: 1rem 0;
    color:white;
  text-align:left;
    width:100%;
    font-size: 18px;
    font-weight: 400;
}

.accordion__content{
    overflow: hidden;
    height: 0;
    transition: var(--transition);
    /* Transition & Box Shadow */
--transition: 0.4s ease-in-out; 
--shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05); 
}

@media screen and (min-width: 580px) {
    .accordion__wrapper {
        padding: 5rem 8rem;
    }
}
  .video-embed {
    display:none;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
  
      ///blog-style///
  
  .alink:visited{
  color:black;
    text-decoration: none; 
  }
  .alink{
  text-decoration:none;
       color: #000;
  }
  #blog-title{
  font-family: "Anton SC", sans-serif;
    font-size:70px;
    text-align:center;
  }
  .post-title{
    font-family: "Raleway", sans-serif;
    color:black;
    font-size:25px;
    font-weight:600;
  }
  .post{
  width:80%;
    left:10%;
  position:relative;
  }
  .post-body{
   width:80%;
    left:10%;
  position:relative;
  }
  
  .post-body img{
  width:100%;
    height:auto;
  }
  
  .post-body p{
  position:relative;
    color:black;
  }
  
   #comments{
  width:90%;
    left:7%;
  position:relative;
  }
  #main-content{
    font-family: "Poppins", sans-serif;
  }
  .comment-wid{
    font-weight:600;
    text-decoration:none;
    color:white;
    font-family: "Raleway", sans-serif;
   background: #ff7e5f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #feb47b, #ff7e5f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #feb47b, #ff7e5f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding:15px 25px;
    border: 0px transparent;
    border-radius:5px;
    transition:0.5s;
     }
  .comment-wid:hover{
  color:white;
  background: #ff7e5f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #feb47b, #ff7e5f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #feb47b, #ff7e5f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    letter-spacing:5px;
  }

  .share-title{
   font-family: "Anton SC", sans-serif;
    font-weight:400;
    font-size:20px;
  }
  .overlay12 {
  position: fixed;
overflow:auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay12:target {
  visibility: visible;
  opacity: 1;
}
.popup12 {
  margin: 70px auto;
overflow:auto;
  padding: 20px;
 background: #fff;
  border-radius: 5px;
  width: 95%;
  position: relative;
  transition: all 2s ease-in-out;
}
.popup12 .close12 {
  position: absolute;
  top: 20px;
  right: 30px;
border:0px black solid;
background: black;
border-radius:5px;
padding:5px 8px 5px 8px;
  transition: all 200ms;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.popup12 .content12 {
  max-height: 30%;
  overflow: auto;
}
  
  #side-menu-icon{
	position: fixed;
  padding:1%;
	top: 10%;
	left: 3%;
	height: 40px;
	width: 40px;
	z-index: 120;
}
#menuone {
  cursor: pointer;
  padding: 22px 35px 16px 0px;
}

#menuone span, #menuone span:before, #menuone span:after {
  cursor: pointer;
  height: 2px;
  width: 35px;
  background: #000;
  color:white;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menuone span:before {
  -webkit-animation: undo-top .5s forwards;
          animation: undo-top .5s forwards;
}

#menuone span:after {
  bottom: -10px;
  -webkit-animation: undo-bottom .5s;
          animation: undo-bottom .5s;
}

#menuone.active span {
  background-color: transparent;
}

#menuone.active span:before {
  top: 0;
}

#menuone.active span:before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: top-x .5s forwards;
          animation: top-x .5s forwards;
}

#menuone.active span:after {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: bottom-x .5s forwards;
          animation: bottom-x .5s forwards;
}

@-webkit-keyframes top-x {
  0% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  50% { -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
  100% { -webkit-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
}

@keyframes top-x {
  0% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  50% { -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
  100% { -webkit-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
}

@-webkit-keyframes bottom-x {
  0% { transfrom: translateY(0) rotate(0); }
  50% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  100% { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
}

@keyframes bottom-x {
  0% { transfrom: translateY(0) rotate(0); }
  50% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  100% { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
}

@-webkit-keyframes undo-top {
  0% { -webkit-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
  50% { -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
  100% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
}

@keyframes undo-top {
  0% { -webkit-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
  50% { -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
  100% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
}

@-webkit-keyframes undo-bottom {

  0% { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
  50% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  100% { transfrom: translateY(0px) rotate(0); }
}

@keyframes undo-bottom {

  0% { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
  50% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  100% { transfrom: translateY(0px) rotate(0); }
}

#side-menu-one{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 30%;
	background-color: #fff;
  overflow:auto;
  color:black;
	z-index: 110;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
	transform: translate(-610px,0px);
	transition: 0.3s ease-in-out;
}
  #side-menu-one li{
   list-style-type: none;
  }
#side-menu-one.active{
	transform: translate(0px,0px);
	transition: 0.3s ease-in-out;
  width: 100%;
}

#overlayOne{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 105;
	display: none;
	transition: 0.3 ease-in-out;
}
#overlayOne.active{
	display: block;
	transition: 0.3 ease-in-out;
}
  .archive{
  font-weight:800;
    font-size:35px;
    font-family: "Anton SC", sans-serif;
  }
  .archive-date{
    position:relative;
    top:0px;
  padding:0px;
    font-family: "Poppins", sans-serif;
    font-size:25px;
    font-weight:500;
    margin:0px;
  }
    .archive-date a{
  padding:0px;
      margin:0px;
  }
      .archive-date li{
  padding:0px;
         margin:0px;
  }
  
   ///Testimonials///   
  #boxit {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 41em;
  min-height: 26em;
  display: none;
}
.wrappo {
  background-color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.6em;
  -webkit-box-shadow: 0 1.8em 3em rgba(1, 17, 39, 0.15);
  box-shadow: 0 1.8em 3em rgba(1, 17, 39, 0.15);
}
.testimonial-container {
  width: 85%;
  height: 100%;
  position: relative;
  margin: auto;
  padding: 1.8em 1.2em;
}
.testimonial-container p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.testimonial-container h3 {
  color: #fff;
  font-size: 1em;
  text-align: center;
}
.testimonial-container h6 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: center;
}
.wrappo button {
  font-size: 1.8em;
  color: #fff;
  height: 2.2em;
  width: 2.2em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #000;
  border: none;
  border-radius: 50%;
}
button#next {
  right: -1.1em;
}
button#prev {
  left: -1.1em;
}
@media screen and (max-width: 650px) {
  .wrappo {
    font-size: 14px;
  }
}
    .blogger-labels{
   display:none;
  }

